home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1999 May: Tool Chest
/
Developer CD Series Tool Chest (Apple Computer)(May 1999).iso
/
What's New?
/
• What was new 03⁄99
/
Development Kits
/
USBDDK_1.2d3
/
Examples
/
PrinterClassDriver
/
DummyCWStartup.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-01-18
|
123 b
|
14 lines
|
[
TEXT/CWIE
]
/*
File: DummyCWStartup.c
By: Rich Kubota
*/
extern void DRVRENTRY(void);
void __Startup__(void)
{
DRVRENTRY();
}